docs: Remove ancient version information
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 01:46:22 +0000 (21:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 01:46:22 +0000 (21:46 -0400)
We treat 4.0 as a new era.

gdk/gdkdevice.h

index 058d0b67bd9bf050097bbf62c7d6ff4fd6c56f7c..b9206fcbabef0fc5e2c2ad935aa5d86cf575e311 100644 (file)
@@ -43,14 +43,12 @@ typedef struct _GdkTimeCoord GdkTimeCoord;
  * @GDK_SOURCE_CURSOR: the device is a graphics tablet “puck” or similar device.
  * @GDK_SOURCE_KEYBOARD: the device is a keyboard.
  * @GDK_SOURCE_TOUCHSCREEN: the device is a direct-input touch device, such
- *     as a touchscreen or tablet. This device type has been added in 3.4.
+ *     as a touchscreen or tablet
  * @GDK_SOURCE_TOUCHPAD: the device is an indirect touch device, such
- *     as a touchpad. This device type has been added in 3.4.
- * @GDK_SOURCE_TRACKPOINT: the device is a trackpoint. This device type has been
- *     added in 3.22
+ *     as a touchpad
+ * @GDK_SOURCE_TRACKPOINT: the device is a trackpoint
  * @GDK_SOURCE_TABLET_PAD: the device is a "pad", a collection of buttons,
- *     rings and strips found in drawing tablets. This device type has been
- *     added in 3.22.
+ *     rings and strips found in drawing tablets
  *
  * An enumeration describing the type of an input device in general terms.
  */